[INFO] fetching crate fimapi 0.2.0...
[INFO] testing fimapi-0.2.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] extracting crate fimapi 0.2.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate fimapi 0.2.0
[INFO] finished tweaking crates.io crate fimapi 0.2.0
[INFO] tweaked toml for crates.io crate fimapi 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fimapi 0.2.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 193 packages to latest compatible versions
[INFO] [stderr]       Adding better-panic v0.2.0 (available: v0.3.0)
[INFO] [stderr]       Adding reqwest v0.10.10 (available: v0.13.2)
[INFO] [stderr]       Adding semver v0.9.0 (available: v1.0.27)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[INFO] [stderr]       Adding tokio v0.2.25 (available: v1.50.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 32fa5c05242c9dad5a3a77d3dc1f136d1787039698d30d618809dd57d42cea3e
[INFO] running `Command { std: "docker" "start" "-a" "32fa5c05242c9dad5a3a77d3dc1f136d1787039698d30d618809dd57d42cea3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32fa5c05242c9dad5a3a77d3dc1f136d1787039698d30d618809dd57d42cea3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32fa5c05242c9dad5a3a77d3dc1f136d1787039698d30d618809dd57d42cea3e", kill_on_drop: false }`
[INFO] [stdout] 32fa5c05242c9dad5a3a77d3dc1f136d1787039698d30d618809dd57d42cea3e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d74768d2f5b28dea5685a1d394c97798240970fb1be2cd821d7ef932cf553036
[INFO] running `Command { std: "docker" "start" "-a" "d74768d2f5b28dea5685a1d394c97798240970fb1be2cd821d7ef932cf553036", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling http-body v0.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling httpdate v0.3.2
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tokio-macros v0.2.6
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling h2 v0.2.7
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling tokio-tls v0.3.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper v0.13.10
[INFO] [stderr]    Compiling hyper-tls v0.4.3
[INFO] [stderr]    Compiling reqwest v0.10.10
[INFO] [stderr]    Compiling fimapi v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `client` is never read
[INFO] [stdout]   --> src/client.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Client {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 17 |     bearer_token: String,
[INFO] [stdout] 18 |     client: reqwest::Client,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Client` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/response/mod.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode>;
[INFO] [stdout]    |                      ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode<'_>>;
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/response/mod.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode> {
[INFO] [stdout]    |                      ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.27s
[INFO] running `Command { std: "docker" "inspect" "d74768d2f5b28dea5685a1d394c97798240970fb1be2cd821d7ef932cf553036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d74768d2f5b28dea5685a1d394c97798240970fb1be2cd821d7ef932cf553036", kill_on_drop: false }`
[INFO] [stdout] d74768d2f5b28dea5685a1d394c97798240970fb1be2cd821d7ef932cf553036
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8e1abb8756018211f7ccc177dd27bc2c7a1d01210bc39823d36b5d7887607497
[INFO] running `Command { std: "docker" "start" "-a" "8e1abb8756018211f7ccc177dd27bc2c7a1d01210bc39823d36b5d7887607497", kill_on_drop: false }`
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling clicolors-control v1.0.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling termios v0.3.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stdout] warning: field `client` is never read
[INFO] [stdout]   --> src/client.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Client {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 17 |     bearer_token: String,
[INFO] [stdout] 18 |     client: reqwest::Client,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Client` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/response/mod.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode>;
[INFO] [stdout]    |                      ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode<'_>>;
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/response/mod.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode> {
[INFO] [stdout]    |                      ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling console v0.9.2
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling better-panic v0.2.0
[INFO] [stderr]    Compiling fimapi v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `client` is never read
[INFO] [stdout]   --> src/client.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Client {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 17 |     bearer_token: String,
[INFO] [stdout] 18 |     client: reqwest::Client,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Client` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/response/mod.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode>;
[INFO] [stdout]    |                      ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode<'_>>;
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/response/mod.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode> {
[INFO] [stdout]    |                      ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.28s
[INFO] running `Command { std: "docker" "inspect" "8e1abb8756018211f7ccc177dd27bc2c7a1d01210bc39823d36b5d7887607497", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e1abb8756018211f7ccc177dd27bc2c7a1d01210bc39823d36b5d7887607497", kill_on_drop: false }`
[INFO] [stdout] 8e1abb8756018211f7ccc177dd27bc2c7a1d01210bc39823d36b5d7887607497
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] eeffaea20a3f76e807e4e84f3685ca0a96e007dcaf08ca2b53b1cbbcef31852c
[INFO] running `Command { std: "docker" "start" "-a" "eeffaea20a3f76e807e4e84f3685ca0a96e007dcaf08ca2b53b1cbbcef31852c", kill_on_drop: false }`
[INFO] [stderr] warning: field `client` is never read
[INFO] [stdout] 
[INFO] [stderr]   --> src/client.rs:18:5
[INFO] [stdout] running 3 tests
[INFO] [stderr]    |
[INFO] [stdout] test auth::scopes::tests::test_scope_parse ... ok
[INFO] [stderr] 16 | pub struct Client {
[INFO] [stdout] test tests::test_version_parse ... ok
[INFO] [stderr]    |            ------ field in this struct
[INFO] [stderr] 17 |     bearer_token: String,
[INFO] [stderr] 18 |     client: reqwest::Client,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Client` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/response/mod.rs:17:22
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode>;
[INFO] [stderr]    |                      ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode<'_>>;
[INFO] [stderr]    |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/response/mod.rs:21:22
[INFO] [stderr]    |
[INFO] [stderr] 21 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode> {
[INFO] [stderr]    |                      ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 21 |     fn extract_error(&self) -> Result<APIError, InvalidErrorCode<'_>> {
[INFO] [stderr]    |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `fimapi` (lib) generated 3 warnings (run `cargo fix --lib -p fimapi` to apply 2 suggestions)
[INFO] [stderr] warning: `fimapi` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fimapi-1e0769d494ebc822)
[INFO] [stderr] Backtrace (most recent call first):
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/backtrace/libunwind.rs", line 117, in backtrace[e44a845483e15eaf]::backtrace::libunwind::trace
[INFO] [stderr]     uw::_Unwind_Backtrace(trace_fn, addr_of_mut!(cb).cast());
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/backtrace/mod.rs", line 66, in backtrace[e44a845483e15eaf]::backtrace::trace_unsynchronized::<better_panic[9904b2f008b0a7ab]::print_backtrace::{closure#2}>
[INFO] [stderr]     unsafe { trace_imp(&mut cb) }
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/backtrace/mod.rs", line 53, in backtrace[e44a845483e15eaf]::backtrace::trace::<better_panic[9904b2f008b0a7ab]::print_backtrace::{closure#2}>
[INFO] [stderr]     unsafe { trace_unsynchronized(cb) }
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/better-panic-0.2.0/src/lib.rs", line 418, in better_panic[9904b2f008b0a7ab]::print_backtrace
[INFO] [stderr]     backtrace::trace(|x| {
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/better-panic-0.2.0/src/lib.rs", line 557, in better_panic[9904b2f008b0a7ab]::print_backtrace_info
[INFO] [stderr]     print_backtrace(None, s)?;
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/better-panic-0.2.0/src/lib.rs", line 463, in better_panic[9904b2f008b0a7ab]::print_panic_and_backtrace
[INFO] [stderr]     print_backtrace_info(s)?;
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/better-panic-0.2.0/src/lib.rs", line 363, in <better_panic[9904b2f008b0a7ab]::Settings>::create_panic_handler::{closure#0}
[INFO] [stderr]     print_panic_and_backtrace(pi, &self).unwrap();
[INFO] [stderr]   File "rust:library/alloc/src/boxed.rs", line 2254, in <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]   File "rust:library/std/src/panicking.rs", line 833, in std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stderr]   File "rust:library/std/src/panicking.rs", line 698, in std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]   File "rust:library/std/src/sys/backtrace.rs", line 182, in std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]   File "rust:library/std/src/panicking.rs", line 689, in __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stderr]   File "rust:library/core/src/panicking.rs", line 80, in core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stderr]   File "rust:library/core/src/result.rs", line 1867, in core[a96a4c5c53f902a3]::result::unwrap_failed
[INFO] [stderr]   File "rust:library/core/src/result.rs", line 1233, in <core[a96a4c5c53f902a3]::result::Result<(), dotenv[4974da6ed0cbbac4]::errors::Error>>::unwrap
[INFO] [stderr]   File "/opt/rustwide/workdir/src/test.rs", line 7, in fimapi[bbd4345978fc1943]::test::init_env::{closure#0}
[INFO] [stderr]     dotenv::from_path(concat!(env!("CARGO_MANIFEST_DIR"), "/test/.env")).unwrap();
[INFO] [stderr]   File "rust:library/std/src/sync/once.rs", line 166, in <std[ec4e911328de40a6]::sync::once::Once>::call_once::<fimapi[bbd4345978fc1943]::test::init_env::{closure#0}>::{closure#0}
[INFO] [stderr]   File "rust:library/std/src/sys/sync/once/futex.rs", line 183, in <std[ec4e911328de40a6]::sys::sync::once::futex::Once>::call
[INFO] [stderr]   File "rust:library/std/src/sync/once.rs", line 166, in <std[ec4e911328de40a6]::sync::once::Once>::call_once::<fimapi[bbd4345978fc1943]::test::init_env::{closure#0}>
[INFO] [stderr]   File "/opt/rustwide/workdir/src/test.rs", line 5, in fimapi[bbd4345978fc1943]::test::init_env
[INFO] [stderr]     ENV.call_once(|| {
[INFO] [stderr]   File "/opt/rustwide/workdir/src/client.rs", line 69, in fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}
[INFO] [stderr]     init_env();
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs", line 131, in <tokio[ff04ebe71f451fd]::runtime::basic_scheduler::BasicScheduler<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>>::block_on::<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stderr]     if let Ready(v) = crate::coop::budget(|| future.as_mut().poll(&mut cx)) {
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs", line 127, in tokio[ff04ebe71f451fd]::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[ff04ebe71f451fd]::runtime::basic_scheduler::BasicScheduler<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>>::block_on<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stderr]     f()
[INFO] [stderr]   File "rust:library/std/src/thread/local.rs", line 513, in <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::Cell<tokio[ff04ebe71f451fd]::coop::Budget>>>::try_with::<tokio[ff04ebe71f451fd]::coop::with_budget<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[ff04ebe71f451fd]::runtime::basic_scheduler::BasicScheduler<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>>::block_on<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stderr]   File "rust:library/std/src/thread/local.rs", line 477, in <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::Cell<tokio[ff04ebe71f451fd]::coop::Budget>>>::with::<tokio[ff04ebe71f451fd]::coop::with_budget<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[ff04ebe71f451fd]::runtime::basic_scheduler::BasicScheduler<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>>::block_on<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs", line 120, in tokio[ff04ebe71f451fd]::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[ff04ebe71f451fd]::runtime::basic_scheduler::BasicScheduler<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>>::block_on<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stderr]     CURRENT.with(move |cell| {
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs", line 96, in tokio[ff04ebe71f451fd]::coop::budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[ff04ebe71f451fd]::runtime::basic_scheduler::BasicScheduler<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>>::block_on<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stderr]     with_budget(Budget::initial(), f)
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs", line 131, in <tokio[ff04ebe71f451fd]::runtime::basic_scheduler::BasicScheduler<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>>::block_on::<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}
[INFO] [stderr]     if let Ready(v) = crate::coop::budget(|| future.as_mut().poll(&mut cx)) {
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs", line 213, in tokio[ff04ebe71f451fd]::runtime::basic_scheduler::enter::<<tokio[ff04ebe71f451fd]::runtime::basic_scheduler::BasicScheduler<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>>::block_on<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}, (), tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stderr]     CURRENT.set(context, || f(scheduler, context))
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs", line 63, in <tokio[ff04ebe71f451fd]::macros::scoped_tls::ScopedKey<tokio[ff04ebe71f451fd]::runtime::basic_scheduler::Context>>::set::<tokio[ff04ebe71f451fd]::runtime::basic_scheduler::enter<<tokio[ff04ebe71f451fd]::runtime::basic_scheduler::BasicScheduler<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>>::block_on<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}, (), tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stderr]     f()
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs", line 213, in tokio[ff04ebe71f451fd]::runtime::basic_scheduler::enter::<<tokio[ff04ebe71f451fd]::runtime::basic_scheduler::BasicScheduler<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>>::block_on<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}, (), tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>
[INFO] [stderr]     CURRENT.set(context, || f(scheduler, context))
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs", line 123, in <tokio[ff04ebe71f451fd]::runtime::basic_scheduler::BasicScheduler<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::time::driver::Driver<tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>, tokio[ff04ebe71f451fd]::park::either::Either<tokio[ff04ebe71f451fd]::io::driver::Driver, tokio[ff04ebe71f451fd]::park::thread::ParkThread>>>>::block_on::<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>
[INFO] [stderr]     enter(self, |scheduler, context| {
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs", line 444, in <tokio[ff04ebe71f451fd]::runtime::Runtime>::block_on::<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}
[INFO] [stderr]     Kind::Basic(exec) => exec.block_on(future),
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs", line 72, in tokio[ff04ebe71f451fd]::runtime::context::enter::<<tokio[ff04ebe71f451fd]::runtime::Runtime>::block_on<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}, ()>
[INFO] [stderr]     f()
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs", line 76, in <tokio[ff04ebe71f451fd]::runtime::handle::Handle>::enter::<<tokio[ff04ebe71f451fd]::runtime::Runtime>::block_on<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>::{closure#0}, ()>
[INFO] [stderr]     context::enter(self.clone(), f)
[INFO] [stderr]   File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs", line 441, in <tokio[ff04ebe71f451fd]::runtime::Runtime>::block_on::<fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}>
[INFO] [stderr]     self.handle.enter(|| match kind {
[INFO] [stderr]   File "/opt/rustwide/workdir/src/client.rs", line 67, in fimapi[bbd4345978fc1943]::client::tests::grab_token
[INFO] [stderr]     #[tokio::test]
[INFO] [stderr]   File "/opt/rustwide/workdir/src/client.rs", line 68, in fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0}
[INFO] [stderr]     pub async fn grab_token() {
[INFO] [stderr]   File "rust:library/core/src/ops/function.rs", line 250, in <fimapi[bbd4345978fc1943]::client::tests::grab_token::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]   File "rust:library/core/src/ops/function.rs", line 250, in <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]   File "rust:library/test/src/lib.rs", line 663, in test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stderr]   File "rust:library/test/src/lib.rs", line 686, in test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stderr]   File "rust:library/core/src/panic/unwind_safe.rs", line 275, in <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]   File "rust:library/std/src/panicking.rs", line 581, in std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stderr]   File "rust:library/std/src/panicking.rs", line 544, in std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stderr]   File "rust:library/std/src/panic.rs", line 359, in std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stderr]   File "rust:library/test/src/lib.rs", line 686, in test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stderr]   File "rust:library/test/src/lib.rs", line 607, in test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stderr]   File "rust:library/test/src/lib.rs", line 637, in test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stderr]   File "rust:library/std/src/sys/backtrace.rs", line 166, in std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stderr]   File "rust:library/std/src/thread/lifecycle.rs", line 91, in std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stderr]   File "rust:library/core/src/panic/unwind_safe.rs", line 275, in <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]   File "rust:library/std/src/panicking.rs", line 581, in std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]   File "rust:library/std/src/panicking.rs", line 544, in std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stderr]   File "rust:library/std/src/panic.rs", line 359, in std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]   File "rust:library/std/src/thread/lifecycle.rs", line 89, in std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stderr]   File "rust:library/core/src/ops/function.rs", line 250, in <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   File "rust:library/alloc/src/boxed.rs", line 2240, in <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]   File "rust:library/std/src/sys/thread/unix.rs", line 118, in <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   File "<unknown>", line 0, in clone
[INFO] [stderr] 
[INFO] [stderr] The application panicked (crashed).
[INFO] [stderr]   called `Result::unwrap()` on an `Err` value: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr] in src/test.rs, line 7
[INFO] [stderr] thread: client::tests::grab_token
[INFO] [stdout] test client::tests::grab_token ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     client::tests::grab_token
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "eeffaea20a3f76e807e4e84f3685ca0a96e007dcaf08ca2b53b1cbbcef31852c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eeffaea20a3f76e807e4e84f3685ca0a96e007dcaf08ca2b53b1cbbcef31852c", kill_on_drop: false }`
[INFO] [stdout] eeffaea20a3f76e807e4e84f3685ca0a96e007dcaf08ca2b53b1cbbcef31852c
